home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- puppetSprite(3, 1)
- puppetSprite(5, 1)
- puppetSprite(6, 1)
- end
-
- on exitFrame
- if the timer > 380 then
- startTimer()
- go(the frame + 1)
- else
- dad()
- boy()
- girl()
- go(the frame)
- end if
- end
-
- on dad
- set the locH of sprite 3 to the locH of sprite 3 - 7
- end
-
- on girl
- set the locH of sprite 5 to the locH of sprite 5 - 5
- if the locH of sprite 5 <= 70 then
- puppetSprite(5, 0)
- set the visible of sprite 5 to 0
- go(the frame + 1)
- startTimer()
- end if
- end
-
- on boy
- set the locH of sprite 6 to the locH of sprite 6 - 6
- end
-